Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class
get_class
Return the object's class name
Name:
get_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return the object's class name
Related
PHP abs() FAQs and solutions encountered when dealing with negative numbers
5
Build a highly robust database module: Correctly handle mysqli_stmt::$error
3
Comprehensive Guide and Practical Examples for PHP dirname() Function
6
Use socket_set_block to build blocking Socket chat programs
1
Similar Functions
get_declared_traits
get_declared_traits
Returnsanarrayofalld
property_exists
property_exists
Checkifanobjectorcla
get_called_class
get_called_class
Thenameofthe"La
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
interface_exists
interface_exists
Checkiftheinterfacei
class_exists
class_exists
Checkiftheclassisdef
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
Popular Articles